projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a24f45
)
(tempo-insert-template): Suppress warning.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 16 Jul 2005 17:06:34 +0000
(17:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 16 Jul 2005 17:06:34 +0000
(17:06 +0000)
lisp/tempo.el
patch
|
blob
|
history
diff --git
a/lisp/tempo.el
b/lisp/tempo.el
index 3f5687d0d085aa622ba1915dafc7637fe407d9bb..004e128a323281258c95451649b677fbfd849cd6 100644
(file)
--- a/
lisp/tempo.el
+++ b/
lisp/tempo.el
@@
-303,7
+303,7
@@
mode, ON-REGION is ignored and assumed true if the region is active."
(if (or (and (boundp 'transient-mark-mode) ; For Emacs
transient-mark-mode
mark-active)
- (
and (boundp 'zmacs-regions) ; For XEmacs
+ (
if (featurep 'xemacs)
zmacs-regions (mark)))
(setq on-region t))
(and on-region